priority scheduling - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

priority scheduling - перевод на русский

Fixed priority pre-emptive scheduling; Fixed-priority scheduling

priority scheduling      

математика

планирование с учетом приоритетов

priority road         
  • Traditional Chinese]]
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
  • 45x45px
SET OF ROAD TRAFFIC SIGNS SPECIFYING WHICH ROUTE HAS THE RIGHT OF WAY AT A PARTICULAR PLACE, GENERIC INFORMATION NOT SPECIFIC TO ANY REGION
Priority sign; Priority road

общая лексика

дорога первостепенного значения

магистраль

production scheduling         
  • Cycle-Time (CT) for a Batch Process with Dedicated Equipment- Two Consecutive Batches
  • Cycle-Time with Two Reactors – Four Consecutive Batches
  • Example with Two Reaction Steps – One Hour Hold in Tote CTmin = 12h 45 min
  • with a Four Hour Hold in the Tote, Avg. CTmin = 10h 30min. (6 Batches)
THE PROCESS OF ARRANGING, CONTROLLING AND OPTIMIZING WORK AND WORKLOADS IN A PRODUCTION PROCESS OR MANUFACTURING PROCESS; IS USED TO ALLOCATE PLANT AND MACHINERY RESOURCES, PLAN HUMAN RESOURCES, PLAN PRODUCTION PROCESSES AND PURCHASE MATERIALS
Advanced Planning Software; Production scheduling; Algorithms for solving production scheduling problems

управление

производстванное календарное планирование

календарное планирование производства (составление подробного плана производства, включающего перечень ресурсов, необходимых для выполнения каждой операции а также сроки ее выполнения)

Определение

priority scheduling
<operating system> Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin. Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes' behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible. A danger of priority scheduling is starvation, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called aging.

Википедия

Fixed-priority pre-emptive scheduling

Fixed-priority preemptive scheduling is a scheduling system commonly used in real-time systems. With fixed priority preemptive scheduling, the scheduler ensures that at any given time, the processor executes the highest priority task of all those tasks that are currently ready to execute.

The preemptive scheduler has a clock interrupt task that can provide the scheduler with options to switch after the task has had a given period to execute—the time slice. This scheduling system has the advantage of making sure no task hogs the processor for any time longer than the time slice. However, this scheduling scheme is vulnerable to process or thread lockout: since priority is given to higher-priority tasks, the lower-priority tasks could wait an indefinite amount of time. One common method of arbitrating this situation is aging, which gradually increments the priority of waiting processes and threads, ensuring that they will all eventually execute. Most real-time operating systems (RTOSs) have preemptive schedulers. Also turning off time slicing effectively gives you the non-preemptive RTOS.

Preemptive scheduling is often differentiated with cooperative scheduling, in which a task can run continuously from start to end without being preempted by other tasks. To have a task switch, the task must explicitly call the scheduler. Cooperative scheduling is used in a few RTOS such as Salvo or TinyOS.

Примеры употребления для priority scheduling
1. The commissioner also has made public relations a priority, scheduling appearances at synagogues, mosques and, recently, the headquarters of the Rev.
Как переводится priority scheduling на Русский язык